CGIFILE

CGIFILE class is a data structure that describes the way a file is reprensented from the web server. (apache)

Note: currently a glorifed Struct, a class with no methods as that future plans are to expand this class.

Constructors

this
this()
Undocumented in source.

Members

Variables

content
string content;
Undocumented in source.
content_type
string content_type;
Undocumented in source.
filename
string filename;
Undocumented in source.

Meta